This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Added package json files for the blocks and mount modules#5
Closed
travisperson wants to merge 3 commits intoipfs:masterfrom
travisperson:master
Closed
Added package json files for the blocks and mount modules#5travisperson wants to merge 3 commits intoipfs:masterfrom travisperson:master
travisperson wants to merge 3 commits intoipfs:masterfrom
travisperson:master
Conversation
Member
|
Oh, sorry I had missed this! I just merged #6 and #7 from @malandrew -- this should be the same, no? pls reopen otherwise. |
MicrowaveDev
pushed a commit
to galtproject/js-ipfs
that referenced
this pull request
May 22, 2020
* feat: consolidate ipfs.add input normalisation Allows input normalisation function to be shared between ipfs and the http client. * feat: support pull streams (ipfs#8) * feat: support pull streams This PR updates the `normaliseInput` function to accept pull streams. I've also made the following changes: 1. Update the docs for supported inputs * `Buffer|ArrayBuffer|TypedArray` is aliased as `Bytes` * `Blob|File` is aliased as `Bloby` * Added info for what a input "means" i.e. causes single/multiple files to be added 1. Peek the first item of an (async) iterator properly 1. Move file object check below `input[Symbol.asyncIterator]` check because Node.js streams have a path property that will false positive the `isFileObject` check 1. Fix `toFileObject` to allow objects with no `content` property 1. Simplify `toBuffer` to remove checks that `Buffer.from` already does
vasco-santos
pushed a commit
that referenced
this pull request
Sep 21, 2021
The service-worker-gateway was only responding with the correct content-type for some mime-types, see https://github.com/sindresorhus/file-type#supported-file-types. This commit now fall-backs to detecting based on the extension as well. Note that SVGs aren't supported by the `file-type` module.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sorry for the messy commit log, I was trying to revert a commit due to naming the package ipfs-fuse instead of ipfs-mount and I guess I went about it wrong.
With this PR everything should build correctly after running make, prior you'd get warnings due to missing packages in the blocks and mount modules.